home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / tvhc11a.zip / README.TXT next >
Text File  |  1993-12-27  |  3KB  |  125 lines

  1.                            TVHC Improvements
  2.                               Version 1.1a
  3.                              December 1993
  4.  
  5.                          Far Niente Productions
  6.  
  7.  
  8.  
  9.     Introduction  ▄
  10.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  11.     This package is intended to make your TVHC work much more pleasant.
  12.     It makes it easy to edit your help texts in the IDE and get nice
  13.     pin-pointing error reports in the message window for easy error
  14.     tracking.
  15.  
  16.     THERE ARE NO WARRANTIES WHATSOEVER, USE THIS PACKAGE ON YOUR OWN
  17.     RISK.
  18.  
  19.     This is intended for Borland Pascal, but if you port it to BC++ I'd
  20.     like a copy.
  21.  
  22.     I hope that you will find this package useful.
  23.  
  24.  
  25.  
  26.     Package Contents  ▄
  27.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  28.     This package contains a TVHC message filter and an improved TVHC
  29.     which is better at reporting the actual line number that caused an
  30.     error or warning.
  31.  
  32.     TVHC2MSG.PAS  Borland IDE message filter
  33.     TVHC.PAS      Improved TVHC, better error reports
  34.     README.TXT    This file
  35.  
  36.  
  37.  
  38.     Instructions  ▄
  39.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  40.     Compile TVHC2MSG and the modified TVHC included in this package, put
  41.     the resulting EXEs somewhere in your path, add a TVHC tool under
  42.     Options│Tools if you haven't already done so and add this to the
  43.     tool's command line:
  44.  
  45.       $SAVE ALL $CAP MSG(TVHC2MSG) $NOSWAP
  46.  
  47.     (Tip: You can copy the text and paste it into the input line)
  48.     You also have to add the name of your help file to the above, the
  49.     TVToys TVHC Tool command line looks like this:
  50.  
  51.       $SAVE ALL $CAP MSG(TVHC2MSG) $NOSWAP helptest helptest helpctx
  52.  
  53.     I always use $SAVE ALL which saves all editor files, but you might
  54.     prefer $SAVE CUR which only saves the current editor.
  55.  
  56.     You can use TVHC2MSG with the original TVHC, but you won't get very
  57.     good error line references. You also have to define ForceExtension,
  58.     see TVHC2MSG.PAS
  59.  
  60.  
  61.  
  62.     TVHC Bugs Fixed  ▄
  63.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  64.     Reports the .TXT file name in error messages rather than the .HLP
  65.     file.
  66.  
  67.     If there is an error opening or creating a file, the file name in
  68.     question is now printed correctly.
  69.  
  70.  
  71.  
  72.     TVHC Improvements  ▄
  73.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  74.     Reports the actual line numbers of all lines containing unresolved
  75.     help references. Originally TVHC attributed any such errors to the
  76.     last line of the file.
  77.  
  78.     Reports both actual line numbers for redefined help topics rather
  79.     than the last line of the second help topic.
  80.  
  81.     (The "actual" line refers to the line where the offending item
  82.     actually resides)
  83.  
  84.  
  85.  
  86.     Tip  ▄
  87.   ▀▀▀▀▀▀▀▀
  88.     You might want to review your Options│Environment│Preferences
  89.     options:
  90.  
  91.       [X] Close on go to source
  92.  
  93.     Pressing Ctrl+Enter in the message window closes the message window
  94.  
  95.  
  96.       [X] Auto track source
  97.  
  98.     Moving the highlight bar in the message window highlights the
  99.     corresponding source line immediately.
  100.  
  101.  
  102.  
  103.     Author  ▄
  104.   ▀▀▀▀▀▀▀▀▀▀▀
  105.       Bug reports, enhancements, contributions and postcards are always
  106.       welcome!
  107.  
  108.       My internet address:
  109.  
  110.         d91-pbr@nada.kth.se
  111.  
  112.       You can reach me from CompuServe by sending mail to:
  113.  
  114.         INTERNET:d91-pbr@nada.kth.se
  115.  
  116.       Mail:
  117.  
  118.         Peter Brandström          (Peter Brandstrom)
  119.         Roslagsgatan 10
  120.         S-113 55 Stockholm
  121.         Sweden, Europe
  122.  
  123.  
  124.  
  125.